thank you but i got an error.
Posts made by saeed123
-
drop-down menu in indicators methodposted in Questions & Answers
hello,
i want to have a drop-down menu to select a moving avg method (simple, exponential,...) in expert.
i defined a "enum: ma_method_list: {simple,exponential,smoothed,weighted}",
then
ma_method_list: ma_method : simple.
my purpose:
i want everytime do cross between movings, do buy
now i want have a choice to select movings methods by drop menu in expert.project link share: shared/P34zLsuZ
) -
senkou sapn aposted in Questions & Answers
how can i set senkou sapn A in indicator ichimokou?
how can i say when price cross above senkou sapn A, do buy? -
save valueposted in Questions & Answers
how can i save value of cross between two indicator? or value of cross tenkan and kijun ichimokou
for example if value is more than another thing, do BUY. -
cross ichimokuposted in Questions & Answers
hello,
i want to get signal buy when:
tenkan cross kijun above sankou span A.
i know how do i about tenkan cross kijun.
but about another condition i have problem. (if cross is above sankou span A so get buy )
is there anybody to guide me? -
measure up-wick and down-wickposted in Questions & Answers
Hello,
I want to measure up-wick and down-wick for each candle.
for example if each candle has wick more than 50 pips,
draw a arrow on it.
how do i do it?