Nurudeen Amedu
Nurudeen Amedu
4.8 (414)
  • Information
9+ years
experience
0
products
0
demo versions
670
jobs
0
signals
0
subscribers
Nurudeen Amedu
Left feedback to customer for job Hide Settings from Indicator
Nurudeen Amedu
Left feedback to customer for job Ricardo tomelin
Nurudeen Amedu
Left feedback to customer for job Fix 2 functions in the EA , lot multiplier and profit based exit
Nurudeen Amedu
Added topic writing to file
i am trying to write all open trades to file but its not working, the file is created and 0 is written into it, please help //+------------------------------------------------------------------+
Nurudeen Amedu
Left feedback to customer for job Trailing to Break Even EA
Nurudeen Amedu
Left feedback to customer for job Implement two indicator features into existing Holy Channel/FibCCI2 EA
Nurudeen Amedu
Left feedback to customer for job EMAcd
Nurudeen Amedu
Added topic How do i read a csv from another MT4 on the same computer
I want to copy trades between 2 platforms, one writes to a csv file in its files folder and i want the other one to read the csv  I tried this but its not working void load_positions() {    int handle= FileOpen (filename+ ".csv"
Nurudeen Amedu
Left feedback to developer for job Create EA with FFCal
Nurudeen Amedu
Left feedback to customer for job Mind your own business
Nurudeen Amedu
Left feedback to customer for job Simple moving average with price alert
Nurudeen Amedu
Left feedback to customer for job Adding MA of OBV condition to existing EA.
Nurudeen Amedu
Added topic how do i draw default MA on chart
am looking for code to either draw the default Moving Average or a custom moving average to chart the most important thing is that i want to be able to choose applied price, PRICE_CLOSE, OPEN, HIGH & LOW most custom moving average codes do not
Nurudeen Amedu
Added topic ATR Current Value
How do i get the current ATR value I added a double: double ATR= iATR ( Symbol (), 0 , 15 , 1 );  but when i use comment to display it to chart i get 0.0 Comment (ATR)
Nurudeen Amedu
Added topic How do I check if a trade was opened during the current bar
How do I check the first trade opened during the current bar (or after close of previous bar) and save the open price of that trade I tried this to catch buy trade price but its not working   double OpenBuyTrade(){
Nurudeen Amedu
Added topic I want to Open a Pending order when a trade is opened
I want to open a BUYSTOP when a new buy trade is opened and a SELLSTOP when a new sell trade is opened I tried like this but it keeps opening buy trades over and over even when it sees the old buy trade double trigger_price = Ask ; //-- Modify this
Nurudeen Amedu
Added topic Candle Price Check
how do i check if the first tick of a candle has higher price than the close tick (last tick) of previous candle everything i try either gives me only buy trades or only sell trades      if (((( Ask + Bid )/ 2 )-Spread) > ( iClose (
Nurudeen Amedu
Added topic Open Trade on New Bar
I want to open a buy trade if on a new bar current price is higher than open price and a sell if the opposite happens this is my code my new candle code works but i get order error 130 trying to check and open trade   void checkBar(){
Nurudeen Amedu
Added topic MQL4 to SQL
I have an EA that sends trade information to database when trade closes, it sends open and close data to one row I want to send open data when trade opens and close data when they close to the same 1 row, so leave some column empty after sending open
Nurudeen Amedu
Added topic Calculating total profit or total loss
how do i calculate total loss using a function similar to this one below and if the Profit is negative(i.e trades are in loss) will the function below just return a negative value?      int BuyProfit () {    static int