These three up/down indicators need to write a text file with the following variables:

The indicators must record the entry price at the moment the indicator "fires"

Also, these indicators should all be set so they do not have any pop up alerts, 
the whole output should be to the .txt file...


TITLE, ASSET, TIMEFRAME, PRICE, DIRECTION, VARIABLE NAME, VARIABLE VALUE

"Gaar","USDJPY",1,112.931,"SHORT","STOP","112.991"





***Simulator Mode***
Simulator: TRUE/FALSE


When the Trading Simulator V2 EA is run in MT4 backtesting mode, it operates like a live chart in fast forward mode, for example, you can install an indicator on the simulator and watch it perform. Let's suppose we were to install the Gaar indicator on a chart running the Trading Simulator EA and, furthermore, let us suppose we have set the Simulator Mode inside the Gaar indicator to TRUE. In this case, the Gaar indicator should record the SIMULATOR TIME when a trade is placed, NOT the real time price. Furthermore, it should do so in the format:

2016-03-17 23:35:23

and should do so without any quotations. This means that, when the Garr indicator places a trade in the simulator (Provided the Simulator Mode is set to TRUE) it should record the following information to the .txt file: 

TITLE, ASSET, SIMULATOR TIME, TIMEFRAME, PRICE, DIRECTION, VARIABLE NAME, VARIABLE VALUE

"Gaar","USDJPY",2016-03-17 23:35:23,1,112.931,"SHORT","STOP","112.971"