How to get the EA to trade on indices?
-
The EAs I make on fxdreema don't seem to enter trades on indices. I would like to USTEC, US500, DE30, UK100, etc. I guess I need to change the pip size under options?
Here are the indices offered by my broker:

I also want crypto pairs to work:

Can anyone help me on this?
-
@vish Hi! Yes, you have to add your indices in the pip size rules window. Example:
AUS200 = 0.1
CHINA50 = 0.1
DE30 = 0.1
and so on for all indices/coins with two digits, this is because the last digit is the point value, so the pips value is the first digit (meaning 0.1)
For the RIPPLE we have instead:XRPUSD = 0.001 this is because we have four digits and the last digit is always the point value, so the pip value is the third digit (meaning 0.001)
-
@ambrogio Thank you very much. Do I have to add each of the index or is there way to add all?
What if I add like this in a single line 0.01 = 0.1 ?
Also how do I add pip size for crypto pairs like BTCUSD?
-
@vish said in How to get the EA to trade on indices?:
@ambrogio Thank you very much. Do I have to add each of the index or is there way to add all?
What if I add like this in a single line 0.01 = 0.1 ? Uhm...i don't know
Also how do I add pip size for crypto pairs like BTCUSD? It's two digit, so the same BTCUSD = 0.1

-
@ambrogio Thank you
-
Thanks for the info. I set it up here for the Index #USSPX500 of the FxPro broker with 0000.01 = 0.1 and it worked too. I believe that this way it will also work for other Indices without having to write the name of each one.