Forum

what code do i need to get a price for intersection of Ftzone line and Fib channel line in future where time has not occured yet? ie

See picture attached what code would I need to get the value of intersection at the green rectangle of specific Fib channel level and Fib TimeZone level

How do I launch an indicator from an EA?

I am coding some strategy and for visual purposes I would like my EA to plot two customised MA's(already done), custom RSI(already done), custom Stochiastic(already done), how code my ea so that at the launching of an EA these visual aids are put on the chart straight away

How to get price at a specific time of day for use in an EA

looking to program an EA that creates a Fib channel with anchor points that are specified at a particular time. how do I program this... ObjectCreate(0,"name", OBJ_FIBOCHANNEL ,0,TimeD1,Price1,TimeD2,Price2,TimeD); where Price1= price at open of TimeD1.. timeD1 and so on are constant i.e analysis