I need some help with the ApplyStop function. In the following examples, the stop amount (50) is dynamic in the ApplyStop:
Stop=50; ApplyStop(stopTypeLoss,stopModePoint,Stop,0,True,1); ApplyStop(stopTypeProfit,stopModePoint,Stop,0,True,1); If the High, Low and Close prices are rising and falling, in a long position do the Stops fluctuate or can they go up but never down?
