Forum

Showing Trades on Custom Symbol

Hello Team, I'm looking to find out about whether or not it possible to show Opened Trades/Closed Trades on a Custom Symbol . I have, for instance, coded a (rather ugly) means of extracting the Real Tradeable symbol from Custom Charts made with a Renko Utility: tradeSymbol = ( _Symbol ); string

Close trades based on crossover instead of Trend Reversal

handleHull=iCustom(_Symbol,PERIOD_CURRENT,"Hull",Hull_Period,Hull_Power,Hull_Price); slowHandleHull=iCustom(_Symbol,PERIOD_CURRENT,"Hull",Slow_Hull_Period,Slow_Hull_Power,Slow_Hull_Price); ArrayFree (hullVal); ArrayFree (slowHullVal); CopyBuffer (handleHull, 1 , 0 , 2 ,hullVal); CopyBuffer