fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. Nashwan
    3. Posts
    N
    • Profile
    • Following 2
    • Followers 1
    • Topics 12
    • Posts 23
    • Best 0
    • Controversial 1
    • Groups 0

    Posts made by Nashwan

    • How to open buy and sell in multiple pairs for specific currency

      anyone can help with my problem as below:

      in EA settings i have input as string for currencies not pairs. because my trading is based on currency analysis. so it will be like below:

      EUR==>Sell
      USD==>Sell
      CAD==>Sell
      CHF==>Sell
      GBP==>Sell
      AUD==>Sell
      NZD==>Buy
      JPY==>Sell
      as the example above, i want the EA open (NZDJPY buy, AUDNZD Sell, GBPNZD sell, NZDCAD buy, NZDUSD buy, EURNZD sell)

      how can i write the logic for it, please suggest a logic for it.

      thanks a lot in advance.

      posted in Questions & Answers
      N
      Nashwan
    • Current profit with color

      anyone know how to make the profit change its color in green when in profit and to red when in loss?

      posted in Questions & Answers
      N
      Nashwan
    • comment data update slow

      Hi, i created a comment block on On Chart tab, and linked to Pass block. the comment block display the current profit (equity-balance)
      but there was a delay in updating the comment. i need the update happen instantly same as the profit tab in the metatrader.

      anyone have a solution to this issue?

      posted in Questions & Answers
      N
      Nashwan
    • Close trades with magic number

      Hi all, anyone here can give me a working method to close orders based on magic number only. because i have running same EA on 2 charts with the same symbol but magic number is different, EA have close button, when i click on the close trades button, all trades will close. how to solve this issue plz.

      posted in Questions & Answers
      N
      Nashwan
    • RE: trail stop buys and sells on same time

      a line that visible

      posted in Questions & Answers
      N
      Nashwan
    • trail stop buys and sells on same time

      Hi Brothers, can you please help in making trail for both buys and sells in the same time.

      for example, i have 3 hedge orders, 2 buys and one sell, the current price above all of them with floating profit, i need to make trail stop for the 2 buys in the same time i want to trail the TP for the sell order with the trail of the buys, in the same price, so when the trail hit the two buys will hit SL trail and the sell will hit TP trail in negative.

      posted in Questions & Answers
      N
      Nashwan
    • RE: i will give 20$ for who can help me in this EA

      @Nashwan anyone can help?

      posted in Questions & Answers
      N
      Nashwan
    • i will give 20$ for who can help me in this EA

      Dear All,

      i want someone can assist me with the write to file block or have advance coustom code to export candles close for a specific candles numbers starting from candle #1 to X candles for multi pair.

      if someone can give me the idea of this or get it working, i will send a USDT 20$ to his wallet. please consider it as a prize for your kind help.

      i hope i get it as soon as possible

      posted in Questions & Answers
      N
      Nashwan
    • RE: Creating Trailing Stop just like MetaTrader

      @AlirezaTrade
      here is how it could be done

      ![alt text](Screenshot 2023-06-15 132232.png image url)

      posted in Questions & Answers
      N
      Nashwan
    • RE: how to delete pending order when present candle closed

      in the pending order settings, set expiration period, and link this to your input, like you can specify expire for one hour and so one

      posted in Questions & Answers
      N
      Nashwan
    • RE: How to write multi pair closing price for 30 candles from candle 0 into csv

      @l-andorrĂ 
      i don't need the EA overwrite the values inside the csv file, i am okay with it if the EA each like 5 min overwrite the new csv over the old one, the values will automatically updated, please help me with pulling the data for multiple pairs in one csv.

      posted in Questions & Answers
      N
      Nashwan
    • RE: Multiple TimeFrame EA

      you can specify the timeframe in the condition block when you selecting the MACD , and you can check the timeframe field that have a check box, and you can put the timeframe of the MACD in the settings of the EA, there is no way to show this visually, but the block will do its calculations based on the timeframe selected

      posted in Questions & Answers
      N
      Nashwan
    • How to write multi pair closing price for 30 candles from candle 0 into csv

      Hello all,

      anyone can help me with the idea of writing each pair closing price for each candle in one column only per pair.

      like column number one, first sell have the name of the pair and the below 30 cells have the closing price for 30 candles, i need it to overwrite once per bar, and can store the same structure with other pairs,

      for example, i select 3 pairs, so there will be three column only with there their prices for 30 candles. and put it all together in one csv file, i don't need the time and other things.

      thanks a lot in advance.

      posted in Questions & Answers
      N
      Nashwan
    • i WILL GIVE $50 FOR REPLICATION OF THIS HFT EA

      Dear All,

      i will give a prize $50 USDT for who can make a replication of the below HFT EA,
      https://youtu.be/5d1sSQ0WNeY

      posted in Questions & Answers
      N
      Nashwan
    • Hedge EA issue with placement of the pending orders

      Dear Members,

      Could you please assist me solving the problem of this project?
      the problem is when the first order opened, and when the hedge triggered, the problem is the EA does not maintain the 10 pips buy and sell pending orders in the correct range, i can see the the pendings is not 10 pips equal for each stage. please help me. i will share the project as below
      https://fxdreema.com/shared/GJof02Qbe

      posted in Questions & Answers
      N
      Nashwan
    • Close, Modify SL and TP EA

      Dear Fxdreemars,

      Could you please assist me in completing EA that Modify SL and TP if one of the trades modified manually,

      i completed the closing of orders if i put pending orders in my mobile like with open price of 5000, it closed all orders.

      i can't find a way to modifiy SL and TP for each order on each symbol for instance, i opened 5 orders on XAUUSD and EURUSD
      so the total is 10 orders, all orders don't have SL and TP, what i need to do is, the EA working on PC, on mobile i will put SL and TP for one trade on XAUUSD, i need the EA to modify all 4 orders opened on XAUUSD SL and TP for the same doe all, and if i put only SL for EURUSD, the EA detect that one orders on EURUSD is modified with SL then it will modify the rest of orders for me

      posted in Questions & Answers
      N
      Nashwan
    • how to create comment that view each pair current profit

      Hi all, i just want your help to create a comment that view all current pairs profits and view max DD and total profit.

      posted in Questions & Answers
      N
      Nashwan
    • RE: loop back until you find the buffer

      @jstap it's working now in tester. for live chart i think market must open in order to work. is there anyway to let it work in offline also?

      posted in Questions & Answers
      N
      Nashwan
    • RE: loop back until you find the buffer

      @jstap 0_1656802905222_ssss.JPG

      posted in Questions & Answers
      N
      Nashwan
    • RE: loop back until you find the buffer

      @jstap 0_1656802618666_1.JPG

      this is what happen when test on tester

      posted in Questions & Answers
      N
      Nashwan
    • 1
    • 2
    • 1 / 2