ChartsView - Stock Trading Community

Convert Amibroker to Metastock

More
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
The following user(s) said Thank You: hermawanliem79

Please Log in or Create an account to join the conversation.

More
13 years 2 months ago #2121 by Broad-rock
Have you asked Metastock to convert for you?

I would be interested to know if they will.

Please Log in or Create an account to join the conversation.

More
13 years 2 months ago #2120 by hermawanliem79
23 Views But 0 Reply??? :evil:
Help me please..
Mr. Remo?
:)

Please Log in or Create an account to join the conversation.

More
13 years 3 months ago #1921 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.. :)

Please Log in or Create an account to join the conversation.

Moderators: remo
Time to create page: 0.094 seconds
Powered by Kunena Forum