fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. AlphaOmega
    3. Posts
    • Profile
    • Following 5
    • Followers 16
    • Topics 46
    • Posts 575
    • Best 47
    • Controversial 2
    • Groups 0

    Posts made by AlphaOmega

    • RE: Coding Problem?? or FXDreema bug??

      @jstap check previous .. I already gave you the link.

      posted in Questions & Answers
      AlphaOmega
      AlphaOmega
    • RE: Coding Problem?? or FXDreema bug??

      Hmmm! Thank you. I have done that... canot see a problem except if there is some way the expert see both sells buys, but because of the groups distinguish I do not see the how.. anyway.. I also split the expert in a buy only and sell only

      posted in Questions & Answers
      AlphaOmega
      AlphaOmega
    • RE: Coding Problem?? or FXDreema bug??

      @jstap, thanks for answering .. https://fxdreema.com/shared/wd3u7XTDc
      Problem no1. The average buys and average sells get confused.
      Problem no2. The average ranges and gets bigger the longer the expert run
      Problem no3.. The correct writing in the right upper corner should read average Sells not average Buys

      If you could help it will be much appreciated

      posted in Questions & Answers
      AlphaOmega
      AlphaOmega
    • Coding Problem?? or FXDreema bug??

      I have two similar codes, for Average buys and Average sells.
      For some reason the calculation gets mixed-up somewhere

      Group1
      Code for the buys: double lots = PositionGetDouble(POSITION_VOLUME);
      double openlvl = PositionGetDouble(POSITION_PRICE_OPEN);

      v::average_Buys = v::average_Buys + lots/v::total_lots*openlvl;
      }
      };
      Group2
      Code for the sells: double lots = PositionGetDouble(POSITION_VOLUME);
      double openlvl = PositionGetDouble(POSITION_PRICE_OPEN);

      v::average_Sells = v::average_Sells + lots/v::total_lots*openlvl;
      }
      };

      Notice the script in the Sells column.. Average Buys, which should be average Sells
      c2d57b1d-6858-42e2-9632-1f06089e2c80-image.png
      b9ef280b-257c-4a3f-a86f-9163393c00ad-image.png

      I get this error in the journal:
      2025.01.28 14:17:37.430 2024.07.12 11:35:24 Error: Invalid TP requested (55749.77880 for Ask price 1.08857)
      2025.01.28 14:17:37.430 2024.07.12 11:35:24 Error: Invalid TP requested (55749.77880 for Ask price 1.08857)

      This is my blocks for Buys:
      1751bb66-2077-45f9-b423-eb46b7e4b73a-image.png

      This is my blocks for Sells:
      f0f57b5f-93c2-430b-921f-5fda28518e5a-image.png

      So why would this happen? Is the another way to get a dynamic TP for group1 and 2 that will not interfere with each other?

      It gets worse when you have more trades running

      Help would be appreciated ... Thank you

      posted in Questions & Answers
      AlphaOmega
      AlphaOmega
    • RE: Here, take this profitable ea

      @l-andorrĂ  Just delete it brother

      posted in Tutorials by Users
      AlphaOmega
      AlphaOmega
    • RE: Profit Math

      The profit math idea does no work properly .. instead only use @roar algorithm.. you can build a decent martingale from this.. I have made a buy side that time to get the thing to work. The example is above.. You can just copy and alternate for sell

      https://fxdreema.com/shared/VeKz6Pg7d = The raw algorithm

      posted in Questions & Answers
      AlphaOmega
      AlphaOmega
    • RE: Martingale principles

      @Abade69 , roar
      Thanks for the insight! very interesting and agreeable to me. I am using martingale with a MACH strategy. It only starts trading when the instrument I am trading becomes in an extreme position. I made it from a small 6 blocks algorithm roar wrote many moons ago here. Of cause it has grown to 274 blocks. I am not clever enough to put into words as what you have describe as your strategy but I always had a notion it is too weak to use only back test and find an expert good or bad. Also many experts work only short term and then fade. This is enough proof to me that no expert is suppose to work from the past into the future and eternity.. It needs to change as the market change.. Say weekly, monthly or yearly depending the pair that is traded. EURUSD for example has last week changed because it was to overbought.. Thanks for the insight

      posted in Questions & Answers
      AlphaOmega
      AlphaOmega
    • RE: Martingale principles

      What Jstap is asking: How do you decide to open trades? not what is your martingale(money) strategy

      posted in Questions & Answers
      AlphaOmega
      AlphaOmega
    • RE: MathSrand problem

      @mr-lenny Mine test normal speed.. just check your blocks again

      posted in Questions & Answers
      AlphaOmega
      AlphaOmega
    • RE: Import EX5 file.

      @faulky4486
      Real sorry to hear about your problem.. but.. for a guy to spent so much money on an expert, you cannot use, with a programmer you cannot trust .. You do not need to trade.. you have enough, my two cent

      posted in Questions & Answers
      AlphaOmega
      AlphaOmega
    • RE: Tested R&S levels

      @rgoo 0_1652730390843_AO-Hodrick-Prescott Channel.mq5

      posted in Questions & Answers
      AlphaOmega
      AlphaOmega
    • RE: Tested R&S levels

      @tipsywisdom I have also tried this support and resistance strategy but could not get it in a zone of the price bottom (support)) and top (Resistance). The zone should be +/- 25 pips wide, with Ma200 in that zone. Also, I do not want to read on-chart objects, like the miro1360 tutorial. I am just to dumb to make it work with variables and calling of the Sup and Dem indicator.
      https://fxdreema.com/shared/vTjtfQ5ic

      posted in Questions & Answers
      AlphaOmega
      AlphaOmega
    • RE: Trailing Stop based on MACD line

      @jameshovey85
      I will start something like this.. then struggle my way with 1000,s of testing, and begging in the forums.... till I have what I,m looking for.... good luck... the thing is you want to trail MACH... but what exactly is it you want to trail of the MACH? It would also then be better if you take the MACH trail you want and write a variable for it
      0_1651076738323_2951c135-f9b3-4efe-b620-1a48b3dc1be3-image.png

      posted in Questions & Answers
      AlphaOmega
      AlphaOmega
    • RE: Trailing Stop based on MACD line

      @jameshovey85 You can do it this way...
      Put the blocks as l-andorra said but in condition block before the Modified stops you will have to put a variable that store the mach price

      posted in Questions & Answers
      AlphaOmega
      AlphaOmega
    • RE: Timeframe Conditions Problem

      @jstap I dont understand this... If I back test an expert with different time frame conditions my back test screen opens all the time frames I am using in my expert. But the conditions of the orders are placed correctly, no matter if the time frames is checking up or down. If I read you correctly, you are saying the expert will only read backwards? Am I correct in my understanding? That is very strange.
      0_1650427910271_1e0e0bac-2c85-43a3-8a04-38d1535123ad-image.png

      posted in Questions & Answers
      AlphaOmega
      AlphaOmega
    • RE: how to create 3 condition block runing separeately

      @mr-lenny brother.. just insert your condition correctly.. no need for a variable with your conditions... you use variables mostly when you want to count some candles or have a specific value in mind

      EDIT
      mr lenny just use one condition at a time.. in other words.. one block, .. till it works exactly like you want.. then add another block till it works exactly like you want... and so forth...
      DO NOT USE SO MANY BLOCKS AT ONCE IF YOU ARE NOT SURE OF WHAT EVERY BLOCK DOES..

      posted in Questions & Answers
      AlphaOmega
      AlphaOmega
    • RE: how to create 3 condition block runing separeately

      0_1650383290603_8e700156-1ced-4432-bcf6-132a1fcf49bf-image.png

      This condition will seldon happen... use above or below and stipulate only 1 cross.. OR

      make the cross reference bigger ..like factor 15 or something

      posted in Questions & Answers
      AlphaOmega
      AlphaOmega
    • RE: Children modified TP

      @jstap Appreciate your reply.. That is a good idea!! Let me try it out -- Thank you!!

      posted in Questions & Answers
      AlphaOmega
      AlphaOmega
    • Children modified TP

      Hello .. Could someone please help me find a way to place an order when children TP (New Take Profit mode) is closed, and not parent TP - I cannot use the average variable because it messes with the MQL code and then calculate wrong

      0_1649064542549_1adf1e5d-04db-410a-8573-7fd83ea661d2-image.png

      0_1649064660232_3559ab19-d4b8-40f7-a9b4-570058e91475-image.png

      If I use the average variable it messes up the algorithm
      0_1649064905289_3ac11a90-e606-418e-9ab8-0ae0502b3d21-image.png
      Thanks in advance!!

      posted in Questions & Answers
      AlphaOmega
      AlphaOmega
    • RE: How do I get average? For open positions multiplied by lots

      @khalids222 No problems.. I made the same mistakes. Lets get on with the expert... Here is all you will ever need to create your type averaging of expert

      https://fxdreema.com/forum/topic/10350/profit-math
      https://fxdreema.com/forum/topic/11771/mathsrand-problem

      posted in Questions & Answers
      AlphaOmega
      AlphaOmega
    • 1
    • 2
    • 3
    • 4
    • 5
    • 28
    • 29
    • 1 / 29