After spending 5 hours trying to have Holy Graily Bob 'n Dotty take any trades I'm back here as a noob asking for help on the proper way to debug my problem.
I read pretty much everything I could making sure I understand what you guys created and try my best to learn but I'm stuck.
Here my problem.
1. I've added Holy Graily Bob 'n Dotty to an indices (DE30)
2. I added the symbol to the bot in the code
Code: Select all
string pipFactor[] = {"NOK","SEK","ZAR","MXN","JPY","XAG","SILVER","BRENT","WTI","XTI","UKOIL","XAU","GOLD","XPT","SP500","US500","USTEC","STOXX50","UK100","WS30","DE30","GER30","DJ30","US30","ES35","SWI20","F40","AUS200","JP225","HK50"};
double pipFactors[] = { 1000, 1000, 1000, 1000, 100, 100, 100, 100, 100, 100, 100, 10, 10, 10, 10, 10, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1};
double factor;//For pips/points stuff. Set up in int init()
3. I used the default settings
4. I've all scripts and lib working (DB EA is working, HGB EA is working,BB is working)
5. I receive buy signals emails so the bot make right decisions and would/should take a trade
6. No trades is placed (no errors in the logs)
What I checked:
- logfiles
- reboot / restart
- set files default OOTB and mine
- added the EA to currencies to make sure it's not an issue on non currency symbols
- I read the code searching where the grids are sent
I'm out of luck and out of knowledge.
Who can point me the best way to debug my issue.
Thank you in advance
EDIT: Solved, I shoot myself and you can shoot me as well! READ THE MANUAL!!!
