If it floats, flies, or f%^ks, rent it, it's cheaper.

moutaki Mq4+fibo grid Mq4=profit+ease 39 replies
Howto Avoid Shorter/Partial Sessions... 2 replies
Howto get a Candle (High/Low/Open/Close) at any specific time 4 replies
Howto on volume ='mt4'|vol!eurusd 3 replies
[Need Help] Howto get Fibonacci value? 2 replies
DislikedHow can I know the high, close, open, low of a candle, using a vertical line, that when moving the vertical line gives the information of the candle? I just have to recognize the sail on the line and give me the information about the sail. The error is red #property indicator_chart_window extern color Ncolor=DeepPink; input ENUM_LINE_STYLE Style=STYLE_DOT; extern bool Alerta = True; extern bool Notifipush = True; int init() { return(0); } int deinit() { return(0); } int start() { ObjectCreate("0",OBJ_VLINE,0,Time[0],0); ObjectSet("0", OBJPROP_STYLE,...Ignored