Regards Dirk .
Apologies for the delay.
Because the Visual JForex a great help to us who know little or nothing in Java. , I wanted to get a little deeper into the logic behind the Visual JForex . In my post I'm not best describe what interests me and I will now try to explain better.
Start Point is onCandle .
After that we have two IF blocks to check currency pairs and the second is to check the desired period of time ( for example , 1 hour) .
If we have a period equal to the full hour, IF block forwards the signal to the other blocks to check whether achieved buy / sell conditions . If so, start an order to trade. Now follow my doubts. If the server for some reason refused the order , which specifically changes the value in the Assign block which is connected to the " IF order reject " ?
For example :
At 16:00:00:000 ( h , m, s, ms) we have the passage IF block to check period ( because the parameters are equal ) .
Parameters for checking BUY conditions are right and follows an order for BUY .
For some reason the server refuses to order , and in 16:00:01:000 returns a message that the order was denied.
Given that at the time of 16:00:01:000 conditions in IF block that checks the period are not equal , therefore no passage to other blocks (or has ?) .
If this is true, how is activated Assign block connected to the "If order reject " ?
I hope it's now a little clearer (although I doubt it

)
Regards