desert / Profile
Friends
Requests
Add friends via their profile or user search and you will be able to see if they are online
Outgoing
desert
Added topic Cross of EMA's - Need a experienced opinion
H i, I have to detect a EMA’s cross, for this I have two possible scenarios: 1-Comparing the EMA’s value for candlestick index 0 (current) against index 1 (previous). 2-Comparing the EMA’s value for candlestick index 1 against index 2. For option 1
desert
Added topic Need to know the trend
Hi all, inside an expert advior I need to know the trend. Which is the best solution for this? Should I use two EMAs with different periods? Should I use just an EMA and check the current value against previous values? Should I use an indicator? Any
desert
Added topic iCustom help
Hi all, I need help to call indicator ST(attached) with function iCustom, the idea is using this indicator in an expert advisor. I see the syntax is the following: Function iCustom() double iCustom ( string symbol , int timeframe , string name
desert
Added topic Set of common functions
Hello! I'm looking for a standard set of functions to open/close orders, error management, money management, trailing stops, etc... does it exists? It will save my code writing time. Thanks in advance
desert
Added topic Price + EMA
Hi all, I suppose what I need already exist but I could not find it. I need just need to know the code to detect when the price cross an EMA (in my case EMA's 62, 200 and 800). Thanks a lot in advance
: