- Posts: 3158
- Thank you received: 3
Convert Amibroker to Metastock
13 years 2 months ago #2125
by remo
Replied by remo on topic Convert Amibroker to Metastock
Sorry hermawanliem79
Im not certain
Never heard of amibroker so cant help.
Best bit is to goto metastock website and ask there technical support people who will be able to help you. All done via the chat online so pretty quick really.
www.metastock.com/Products/
just ask there sales people if its possible.
sorry
Im not certain
Never heard of amibroker so cant help.
Best bit is to goto metastock website and ask there technical support people who will be able to help you. All done via the chat online so pretty quick really.
www.metastock.com/Products/
just ask there sales people if its possible.
sorry
The following user(s) said Thank You: hermawanliem79
Please Log in or Create an account to join the conversation.
Less
More
- Posts: 92
- Thank you received: 0
13 years 2 months ago #2121
by Broad-rock
Replied by Broad-rock on topic Convert Amibroker to Metastock
Have you asked Metastock to convert for you?
I would be interested to know if they will.
I would be interested to know if they will.
Please Log in or Create an account to join the conversation.
- hermawanliem79
-
Topic Author
- Offline
Less
More
- Posts: 2
- Thank you received: 0
13 years 2 months ago #2120
by hermawanliem79
Replied by hermawanliem79 on topic Convert Amibroker to Metastock
23 Views But 0 Reply??? 
Help me please..
Mr. Remo?
Help me please..
Mr. Remo?
Please Log in or Create an account to join the conversation.
- hermawanliem79
-
Topic Author
- Offline
Less
More
- Posts: 2
- Thank you received: 0
13 years 3 months ago #1921
by hermawanliem79
Convert Amibroker to Metastock was created by hermawanliem79
hi my friends..can you help me to convert this Amibroker Afl to Metastock :
TimeFrameSet(inDaily);
AVGd = (O + C)/2;
" PPd:\t "+ AVGd;
TimeFrameRestore();
Buy = O < Ref(AVGd ,-1) AND (O!=C);
Sell = C < Ref(AVGd ,-1)AND (O!=C);
shape = Buy * shapeUpArrow + Sell * shapeDownArrow;
PlotShapes( shape, IIf( Buy, colorOrange, colorRed ), 0, IIf( Buy, Low, High ) );
Plot( TimeFrameExpand(AVGd,inDaily,expandFirst),"MLP",colorGreen,styleStaircase);
Thank you so much..
TimeFrameSet(inDaily);
AVGd = (O + C)/2;
" PPd:\t "+ AVGd;
TimeFrameRestore();
Buy = O < Ref(AVGd ,-1) AND (O!=C);
Sell = C < Ref(AVGd ,-1)AND (O!=C);
shape = Buy * shapeUpArrow + Sell * shapeDownArrow;
PlotShapes( shape, IIf( Buy, colorOrange, colorRed ), 0, IIf( Buy, Low, High ) );
Plot( TimeFrameExpand(AVGd,inDaily,expandFirst),"MLP",colorGreen,styleStaircase);
Thank you so much..
Please Log in or Create an account to join the conversation.
Moderators: remo
Time to create page: 0.094 seconds
