today run!
Posts made by pbarbieri
-
Issue to pay with paypalposted in Questions & Answers
issue to pay with paypal I do not receive sms with otp
-
RE: Ryan Jones MMposted in Questions & Answers
OK thanks your for your explanation, but let me explain one thing and after we can close this post. Fxdreema has only two parameters: delta and intial lot . Usually I calculate the initial lot based on margin required and max drawdown I expect for each operation. After this I can undertand your formula how works.
if I have 1000 $ of balance and 500 of delta , step=2 , initial lot is 0.1 next lot is 0.2, this means that i have to wait 1500 $ to move to 0.2 . Correct?
Of course if my platform crash and I have 10000$ of balance I can't start again with 0.1 as lot this would be a lower risk respect to 1000$ , for this reason in the in the fxdreeema ON INIT i calculate the right initial lot and delta (balance /2 for easy way) to take my risk the same. -
RE: Ryan Jones MMposted in Questions & Answers
Thank you for your reply, of course I am using the option fixed ratio of fxdreema ! but you know this MM calculates the profit earning or losting to implement correctly the ryan jones risk management and future lots. My question how is fxdreems is able to calculate the profit/loss and in case the MT4 platform crash the strategy start from beginning I guess with initial lot, The profit /loss could be gathered from the closed trades or simply as soon as the strategy start memorize the budget and do the difference with the balance that will evolve. I guess that in case of crash all will start from beginning . I wish to know only this mechanism. thanks
-
Ryan Jones MMposted in Questions & Answers
You know the MM based on ryan jones needs to know how many money of profit or lost you did to calculate the next lot.
How fxdreema will calculate the profit one time It starts with an initial balance?
Do It use the closed trades to calculate this profit/lost? And how? Where memorize the starting balance? And how many closed trades take in consideration?
When you have a percentage of balance this is very easy , but now with Ryan Jones you have to understand how much you are earning or losting to correct , based of ryan jones, formula what will be the next lot and this is independently from the balance value.
if I could do manually I know when this strategy started and count all profit/lost of each trade and according to DELTA I can know the next value , but with programming languages ? where I memorize the starting value?
thank in advance -
RE: Volume block percentage inputposted in Questions & Answers
I have resolved the issue. When you select a money management in buy /sell and next you change this one some parameters of the old one remain . I have selected freeze % of equity and next i have selected fixed ratio by ryan jones and in the input is remained the old input of optimization of freeze of % of equity.
-
RE: Volume block percentage inputposted in Questions & Answers
I can give you the name of ea , which link do you intend? You can access to my projects?
-
Volume block percentage inputposted in Questions & Answers
Good morning,
Is a week that compiling my ea with fxdreema platform that i find in the input values "volume block percentage= 12" i have never configured it. In the mql file result as global input. Before i have never had this issue. Is this a bag? -
Attempt to write outside buffer boundposted in Questions & Answers
I have create mt4 fxdreema program then I wished to port it on mt5. I have created a mt5 EA with fxdreema empy and I started to copy init block very simple from mt4 fxdreema program to mt4 fxdreema program but the system signalled to me "attemp to write outside buffer bound". What is the meaning?
thanks -
Custom Block with studioposted in Questions & Answers
Hello everybody,
I wish to create a custom mql code block with studio.. one time I have created it how can I recall this block in the system dashboard?
Another question how can i create a custom block (function()) where it accepts some inputs and return one output? only by using the variable? -
RE: Multipairsposted in Questions & Answers
@l-andorrĂ many thanks for your support! this means that is not important that the blocks below "set current market" have symbol empty (that means current symbol) because "set current market" override the setting of the below blocks and will check all symbols define inside "set current market" list. Is it correct?
from sw perspective the blocks will be executed in a loop to check all defined symbols. Is it correct? -
Multipairsposted in Questions & Answers
Hello , I have the need to create a block to scan all pairs/symbol (or list of pairs is ok as well) opened in the platform from other ea (as trades) to test if close or not them according to different conditions. So is it sufficient to insert "set current market" at beginning of the first block to let all the other blocks parametric respect to the list of symbols, or act at the same time in each block where the symbol is specified ? look the block annexed... Many thanks !
