m00nlyte
m00nlyte
Friends

Add friends via their profile or user search and you will be able to see if they are online

m00nlyte
Added topic How to find the length of last trend in oscillator
Hi all,  What's the best way to find the length of a trend in an oscillator? For example when macd moves below zero for 4 bars the length of the trend will be 4
m00nlyte
Added topic Buy order not placing
bool Buy_Condition_1 = (maVal[ 0 ]>maVal[ 1 ]) && (maVal[ 1 ]>maVal[ 2 ]); // MA- 8 Increasing upwards    bool Buy_Condition_3 = (adxVal[ 0 ]>Adx_Min);          // Current
m00nlyte
Added topic Need help on errors, thanks!
//--- input parameters input int       StopLoss= 30 ; input int       TakeProfit= 100 ; input int       ADX_Period= 8 ; input int
m00nlyte
Added topic custom position sizes
Hello I am new to all of this. I have a trading strategy I am looking to automate but I need to make sure of something first. Can you code custom position sizes based on the amount you have in a trading account? Such as 1.3 % of your account size
m00nlyte
Registered at MQL5.community