fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. RobinURSS
    3. Posts
    R
    • Profile
    • Following 0
    • Followers 0
    • Topics 6
    • Posts 47
    • Best 1
    • Controversial 0
    • Groups 0

    Posts made by RobinURSS

    • RE: question

      Fxdreema do you know why sometimes spread is cero on the market?

      Thanks

      posted in Questions & Answers
      R
      RobinURSS
    • RE: velocimeter

      forget it at all

      posted in Questions & Answers
      R
      RobinURSS
    • RE: velocimeter

      hou hi!

      im trying to make speed meter or velocimeter of price. I want to know if it is posible to build one like micropips/tick and other one like micropips/second. ITs for ultrascalpping porpuse.

      You know that if it were for me i would fund the way to creat it already, but realy.. i dont get the manner to build an expert like this.

      The only i have thought is to use the block "counter "n" then pass" with n=50 so it will give some milliseconds to find a diference with 2 prices. My question with it is HOW MUCH TIME TAKES TO THE EXPERT ADVISOR TO COUNT N TIMES A BLOCK?

      Well, hope u have understood something, sorry i dont know how to explain it very well.

      posted in Questions & Answers
      R
      RobinURSS
    • RE: something is wrong

      Dear fxdreema about your last comment, thats obvious im surprised you think i missed that .... The screenshot of the left is just the mt4 platform i use on my dekstop to see the acc, there is no ea running, i just see the orders placed on the acc and doesnt matter the timeframe at all, the screenshot of the right is the vps platform where the ea is well placed on h4 as it has to be. The mt4 of the live acc is in the vps in other mt4, but the mt4 im showing you on the left has the same trades.

      I mean.. for that reasn its obvious it isnt wrong,

      The ea with the blocks with logic point tester is good, but i think there is still the same problem, because that is just another way to calculate the high/low, but then at the time to place the orders there is the problem with the time filters.

      posted in Questions & Answers
      R
      RobinURSS
    • RE: something is wrong

      Ok take a rest, i will leave it an other week on live and see how it works, it was just the first...
      But you have to know that i didnt have any problem like this on demo for that reason im not sure if it is a programing error.

      May be is that about of time filter and ticks, i dont know one week i will be back with news.

      posted in Questions & Answers
      R
      RobinURSS
    • RE: something is wrong

      Here is the actual current trade that has opened 10 pips above because the buy pending order was placed wrong by the ea on real but not on demo.

      ......
      eurusd2.JPG

      posted in Questions & Answers
      R
      RobinURSS
    • RE: something is wrong

      This 2 photos show you the difference of the prices that the ea gives to the pedning orders just a difference of less than 2 pips but i dont know why it make it different of demo, also i show you that the candle data on demo than on live is not the same.

      Also tell you that the demo acc almost 45 days before was 500usd and now is 630 usd 🙂

      ......
      eurusd1.JPG
      eurusd.JPG

      posted in Questions & Answers
      R
      RobinURSS
    • RE: something is wrong

      The ea just calculates the high and low between 0:00 and 12:00 on eurusd, then at 12:01 it places stops orders if we are on Breakout mode or limits orders if we are on range mode.
      I use that buttom to change the strategy if i see that one of them is being profitable on the actual period of time, as you can see one strategy is the opposite of the other one, because their orders has the same tp and sl (tp and sl are the amount of pips between the high and low of the period 0:0 to 12:00 and are the same amount tp and sl). Its also not scalpping because i use is on h4). For example actually the breackout mode is getting good trades so the range mode is getting the same trades but as losses. I look to the graph of profits of both strategys ans check the trend of profitablity of each strategy and choose.

      The fact is that it should work the same as on demo, i dont know may be what is different is because of the broker and because it is on real... i will check on this week if it keeps working strange.

      I give you a photo of that sell trade that i dont know why it has closed at this level with -0.4 when it should had been closed with -10 usd or +10 usd......

      ......
      eurusd trade.JPG

      posted in Questions & Answers
      R
      RobinURSS
    • RE: something is wrong

      I liked the way u organizated the blocks, i dont know why i hadnt done that before.

      Issues:
      -I have turned off permanently a group of blocks wich were thought to calculate a special lot size but it is too complicated to try it on real because charts on small accs are like EURUSDm and doesnt work so i let them off and setted a new constant for fixed volume (lots) for all pending orders.

      -About the turn off and turn on blocks thats not the problem because i thought that what u are saying, and i setted them just to turn on/off blocks of buy/sell pending orders wich are always the finall blocks. For that way im sure there cant be a problem.

      -About the parallel blocks i also comprehend that and i connect on parallel block wich i dont care wich of them activates first, the only i need, and also is what is exactly doing, is to activet all the blocks that are on the same level (no matter the order) and then starts with the blocks below. So i dont think the problem come from there.

      -About the time filter, there i think it would be good to make better that part. I only can imagine this way to do it, and i can say it works on real and demo, but better on demo.

      The problems i ahd on real were:
      (that didnt happen on demo)
      -I had my stops orders well placed with its stop loses and take profits perfectly calculated, the i a sell stop was activated and i think it was at the same minute that the order were closed on sl...thats imposible.. because sl and tp always are almos 50 pips away from open price, so i checked the values on history and it said that the sl and tp wre just 3 pips away!!?? i didnt move them no way, and i also dont remember to have programmed that function on the ea...
      The sl and tp were just glued to the open price.. imposible, for good it was only -0.4 usd but the same was that it coulb were a profit of 10usd.

      -The next problem is that i think that demo data and real data is not the same or something like that because the ea determinates differents highs and lows on the same piriod of time on real and on demo. Just with a difference of 1 or 2 pips may be 3 sometimes but i still would like to know why it is not the same... the last problem was volatilie of markets i think, because the pending order was activated during a new. But my question about this is.. what is correct to happen; that the tp and sl of the pending order displaced mantains the same amount of pips away from open price? or the tp and sl mantains the same values and so the amount of pips away from open price changes??

      Still loseing with the ea but i think it will recover, on demo it is doing good results since 45 days with some period of loses and then an other good profits. I will keep it testing on real with this new version well organaized, also tell me if there is a way to replace that time filter blocks... i will backtest it on demoa nd real.

      ......
      AZ 030.mq4

      posted in Questions & Answers
      R
      RobinURSS
    • RE: something is wrong

      im getting firious with this fxdreema...

      I want to know why this ea doesnt make the same on demo as on real....

      Just doesnt open the trades at the same levels, on demo it does the things right opening the trades at the correct hihgs lows of the period but on real it calculates it wrong....

      I can add that the charts im working at on real are like EURUSDm and not EURUSD.... its the same code for real than for demo and i leave the ea on the vps but it calculated the high and low bad givinig me bad prices and i dont know why because volatilie doesnt affect pretty much it just calculates wrong the prices..

      ......
      AZ 010.mq4

      posted in Questions & Answers
      R
      RobinURSS
    • RE: lot size calculation

      __You are talking for what option? You wrote % of Balance above, but there are at least 3 MM options containing words **% of Balance ** in their name and they are totally different 😮


      I think it's only possible for indicators to create extra window: http://forum.mql4.com/64721#988426[/quote:1wekiz5m]

      Forget that about % Balance i was refering to those 3 and i know what they do a different thing, but even is a 4 situation as i explained you on the other example. But i can do it normaly with the past shared link i sent you.


      How can i creat that separated window with fxdreema? i know i have to start the project as a indicator instead of an ea. Then i can realise that on the objects block section, on the settings of each one of those blocks there are some settings called "Chart ID (where to draw)" set uo to "0" and "Chart sub-window ID" set up to "0"... i suspect that i can creat a separet window for thats objects modifying thats settings may be?

      posted in Questions & Answers
      R
      RobinURSS
    • RE: lot size calculation

      i have a long time using this platform and i can understand very well that 3 settings of MM and i can ensure you that there is something missing. For example if i buy 1 lot on eurusd it will use around on 1070 usd at current price on eurusd, and if buy 1 lot on gbpusd it will use 1428 usd of my acc. Then iam not risking the same money on both pairs for the same stop lose...did u get it?
      What i mean is, i say to the expert that i want to use just 1000usd on each pair for each trade, then it should calculate the proper lot size for that amount.

      But dont worry i solved the rpoblem with that example.

      Now i have a new thing for the same expert that i dont know how to make.
      Also i dont know if it should be a aprt of the ea or and extra indicator that i can put on the chart when im using the ea.
      I want to make a window on the chart where appears a graph of the profits of the trades on that pair.
      I have no problem consulting the data i need to do it with a simple loop, but i dont know how to draw it on the chart...

      thanks

      posted in Questions & Answers
      R
      RobinURSS
    • RE: lot size calculation

      That about % of Balance.. wasnt what i was saying...

      May be u ddint get the idea... it is like this: i want to risk exactly 100usd per position on each pair. Suppouse i have GBPUSD and EURUSD and i want to buy on each one, and i want to risk just those 100usd, then i should have a certain amount of lots calculated based on the current price of the pair and the money. Then u havent any function like that.. i know it is something like frustrating that someone tell u smoething like this right now, but u should see the difference if use a kind of system like this with 13 different pairs for 1 year....

      But as i though and though all the night, that "deep water" or whatever i have better to the perfection the last example i gave u.

      https://fxdreema.com/shared/uGBPohqLb

      Now i just use the result of block 232 and works perfectly for any buy now or buy pending block for the majors pairs or usd pairs, just choosing result 232, and it realy work on backtests at least.

      You should make that example a compact block.

      posted in Questions & Answers
      R
      RobinURSS
    • RE: lot size calculation

      By the way, i made a backtest on major pairs and the first idea worked perfect!

      posted in Questions & Answers
      R
      RobinURSS
    • RE: lot size calculation

      Well if u have a better way to do it, what are u waiting for to tell me taht way??

      I need that function because all the trades have to risk the same amount of the balance i.e. 2% have to be used for each trade on 13 different pairs... but wait.. im thinking.. may be i can sue the function of buy now block that says"% of Balance" if that is correct... what a way to complicate things hahah

      posted in Questions & Answers
      R
      RobinURSS
    • RE: lot size calculation

      See what i have to do to fix that error u made deleting that option 😉

      https://fxdreema.com/shared/f8z8Wvu8e

      What i do then, is use the result from block 232 on the buy now block .

      Is it correct? do u think im going to have any problem?

      posted in Questions & Answers
      R
      RobinURSS
    • RE: lot size calculation

      hi,
      the last problem with time filter is history, i use now the the backtest with ticks.

      But i need that the lot size of each order is calculated on a certain money amount.

      For example, instead puting a fixed lots amount in the buy now block, i want to use a fixed money amount how could it be posible?

      posted in Questions & Answers
      R
      RobinURSS
    • RE: support

      i fixed that error, but as u also think, i dont belive that a sample take profit with other time filter wich works, could make the other part falls.

      I sent u a mp with the details of TW

      posted in Questions & Answers
      R
      RobinURSS
    • RE: support

      i have this, i dont know if u want that i show u something specific

      http://prntscr.com/6le0p6
      http://prntscr.com/6le11k
      http://prntscr.com/6le17t

      posted in Questions & Answers
      R
      RobinURSS
    • RE: support

      i dont get exactly what u mean with logs... but i tried with the mql4 version exported from the web version and local version and that exactly time filter didnt passes... for a first time i thought that didnt pass because may be there was a limited amount of time filter on a single project, but then u could do it. So i dont understand.

      posted in Questions & Answers
      R
      RobinURSS
    • 1
    • 2
    • 3
    • 1 / 3