fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. ramisignals
    R
    • Profile
    • Following 1
    • Followers 1
    • Topics 23
    • Posts 116
    • Best 4
    • Controversial 1
    • Groups 0

    ramisignals

    @ramisignals

    3
    Reputation
    947
    Profile views
    116
    Posts
    1
    Followers
    1
    Following
    Joined Last Online

    ramisignals Unfollow Follow

    Best posts made by ramisignals

    • RE: Multiple EAs - how to place only 1 Buy or Sell of 1 symbol - or how to delete duplicate trades

      hi

      you need to change magic number

      posted in Questions & Answers
      R
      ramisignals
    • TUTORIAL Create Button Sell And Buy & Execute

      Hello,

      Here we go to code in fxdreema how to create button for sell and buy on the cahrt
      But this only buttuon it will not excute till we provide second tutrial

      https://fxdreema.com/shared/yz6G7ViKc

      Code

      ObjectCreate(0,"button1",OBJ_BUTTON,0,0,0);
      ObjectSetInteger(0,"button1",OBJPROP_BGCOLOR,clrBlue);
      ObjectSetInteger(0,"button1",OBJPROP_BORDER_COLOR,clrBlue);
      ObjectSetInteger(0,"button1",OBJPROP_COLOR,clrWhite);
      ObjectSetInteger(0,"button1",OBJPROP_YSIZE,30);
      ObjectSetInteger(0,"button1",OBJPROP_XSIZE,100);
      ObjectSetInteger(0,"button1",OBJPROP_YDISTANCE,30);
      ObjectSetInteger(0,"button1",OBJPROP_XDISTANCE,110);
      ObjectSetInteger(0,"button1",OBJPROP_CORNER,CORNER_RIGHT_UPPER);
      ObjectSetString (0,"button1",OBJPROP_TEXT,"BUY");

      ObjectCreate(0,"button2",OBJ_BUTTON,0,0,0);
      ObjectSetInteger(0,"button2",OBJPROP_BGCOLOR,clrBlue);
      ObjectSetInteger(0,"button2",OBJPROP_BORDER_COLOR,clrBlue);
      ObjectSetInteger(0,"button2",OBJPROP_COLOR,clrWhite);
      ObjectSetInteger(0,"button2",OBJPROP_YSIZE,30);
      ObjectSetInteger(0,"button2",OBJPROP_XSIZE,100);
      ObjectSetInteger(0,"button2",OBJPROP_YDISTANCE,30);
      ObjectSetInteger(0,"button2",OBJPROP_XDISTANCE,110);
      ObjectSetInteger(0,"button2",OBJPROP_CORNER,CORNER_LEFT_UPPER);
      ObjectSetString (0,"button2",OBJPROP_TEXT,"SELL");

      0_1602265096749_2020-10-09 at 20-34-54.png

      0_1602265157829_Create Button (2).mq4 0_1602265197995_2020-10-09 at 20-39-39.png

      TUTORIAL(2) EXECUTE BUY AND SELL - 10-OCT-2020

      1- first of all you need to know that i define ("button1" for BUY ) and ("button2" for SELL ) and you need to know the operation number for buy is (0) and the operation number for sell is (1)
      2- Now you need to know that for operation we need to work On Chart only
      i will now give the steps 1 by 1 with screenshot
      first steps you need to find ( Mouse clicked on object ) from search

      0_1602518220539_Mouse Clicked On object ( 1).png
      you can notice now i filter by object name and i put in object name button1 because button1 it will linked to buy object

      3- now i will linked buy block to mouse clicked ( you need to notice that that execute will work only with fixed lot ( it will not work with other option)
      0_1602518653418_BUY-NOW (2).png

      4- i will now select object by name = button1 for ( Buy )
      0_1602518726753_Subject By Name (3).png

      5- Now i need to tell specific button when it is pressed to run my code

      0_1602518860756_The button is pressed (4).png

      6- now i will linked the code

      0_1602518904963_MQL Code (5).png

      here is the code for buy
      ObjectSet(LoadedObjectName(),OBJPROP_STATE,0);

      you do same steps for sell button1 to button2 and change the code to

      sell code
      ObjectSet(LoadedObjectName(),OBJPROP_STATE,1);

      here also the project link

      https://fxdreema.com/shared/g6sgduqpc

      and here is the MQL4 code

      0_1602519166431_Create Button_Buy_Sell_Excute (11).mq4

      Good luck

      In next tutorial i will try to give codes for close all if i got some time

      RAMI.KANAWATI

      @l-andorrĂ 
      @er-arpit09

      posted in Tutorials by Users
      R
      ramisignals
    • RE: Some logic error

      you are mixing here you should not connect 2 output of condition to buy now

      posted in Questions & Answers
      R
      ramisignals
    • RE: Why do some variables have check boxes but can't be optimised?

      This check box is only coded as bool it will not show in the back test

      posted in Questions & Answers
      R
      ramisignals
    • FeedBack

      I can feel that no one get the EA as per his required in throw fxdreema i see there is a lot of missing update or we say there is no update at all people here looks they are losing them time this is my feedback only no support and nothing for me i prerfer to learn the programming from beginning is better than to use this bug tool

      Thanks

      posted in Questions & Answers
      R
      ramisignals

    Latest posts made by ramisignals

    • RE: Panel and button problems. (Solved)

      @ramisignals

      i understood you but this not function you can used in MQL5 codes are you doing coding before

      posted in Questions & Answers
      R
      ramisignals
    • RE: OPEN TRADE ONLY AFTER A BIG BULL CANDLE

      you need seperate code for that you will not find that in fxdreema blocks

      posted in Questions & Answers
      R
      ramisignals
    • RE: Panel and button problems. (Solved)

      @xyon126

      what that MQL code is !!

      setPC = setPC + 100; !!!!

      posted in Questions & Answers
      R
      ramisignals
    • RE: Panel and button problems. (Solved)

      @xyon126

      Please upload MQL5 File

      posted in Questions & Answers
      R
      ramisignals
    • RE: Control Panel

      @seb-0

      Like what ?
      What we can add more there ?

      posted in Questions & Answers
      R
      ramisignals
    • RE: Martingale EA

      @khacdiepvnc

      Yes

      posted in Questions & Answers
      R
      ramisignals
    • RE: Panel and button problems. (Solved)

      @XYON126

      Which type of panel you are trying to do is like this 0_1604788990044_2020-11-08 at 01-36-23.png

      posted in Questions & Answers
      R
      ramisignals
    • Control Panel

      Hello folks

      i want to consult your feedback do we need any more it has to be add ?
      i welcome any idea

      Thanks to all 0_1604788733215_2020-11-08 at 01-36-23.png

      posted in Questions & Answers
      R
      ramisignals
    • RE: Problem to export to ex.4

      @roar

      MT4 will work only but ex.4 will not work at all this problem only in ex.4
      ex.5 is ok

      posted in Questions & Answers
      R
      ramisignals
    • RE: Hi pleas why the variable not working in buy now and sell now thank 's a lot

      @MOHAMMED65

      You need to add constans here not variable

      posted in Questions & Answers
      R
      ramisignals