
Visual Jforex Usage for Implementation of Trading Ideas (continuing)
rokasltu Posted 10 July in #Automation #Visual Jforex #Trading IdeaIn last month publication I covered visual jforex strategy logic creation for creating and running strategy in demo account. It was just simple logic which allows opening of not more than 3 trades at a time and trying to benefit from small rate movements. But trading window and determination of trading window, i.e. finding of time when rate movements are really small was not covered and it is topic of present publication.
2. Determination of trade window principles
There are plenty of technical ways to determine trading window. One possibility is trying to analyze candles set different candle high or low targets and so on. Second possibility is to use various indicators and determine trading window based on these indicators values. As there is a lot of already existing indicators I decided this time try to use existing indicators by choosing their values for decisions when to open trading window and when to close it.
So firstly visual jforex logic should be organized so that during certain time it should run and during certain time not. For this purposed logic was split to two parts using Multiple Action block.
First output of Multiple Action block is directed to logic …