Hi,
Thanks for your post, hope you'll enjoy this platform as we do !
Quote:
1. is there anyway to display or print some information on the JForex Chart when the strategy is running or during the back-test?
This is a feature that we discussed previously and we hope to implement a new block that will handle that. For the moment, if you need to print or view any result you have to insert manually the "print" function in your strategy code. Besides, you can still view any variable's value at the level of VJF interface when you drag and drop it on the workspace while the back-test is running.
Quote:
2. How to use the debug function in VJS? I saw on each component there's a "breakpoint" button. I guess it is for the debugging. I wondered how to use it?
the break point is indeed for debugging purpose and it is used to "pause" the strategy at this level when the condition is reached at the very first time./
Quote:
3. How to run the strategy to perform the backtest in Visual JForex webpage? I got the message that "Unable to Connect" and it ask me to download the Strategy Processor manually. I downloaded it, but how to use it?
Once the strategy processor downloaded, you have to execute it and login using your Jforex demo account. you can then use fully the features of backtesting.
You may need to login at the top right corner of the interface using your community credentials as well.
Thanks