c0d3
c0d3
Friends

Add friends via their profile or user search and you will be able to see if they are online

c0d3
Added topic Finding the most distant opened order
If there is a live order pool with 100 orders, 50 are short, 50 are long. How is it possible to find the most distant opened order? If analyzing the 50 short orders, which order has the smallest open price. If analyzing 50 long orders, which order
c0d3
Added topic data type double, number places after the period
since IBFX is now with 5 decimal places, for some reason when i declare double, the values have 4 decimal places. example Ask price: 1.31475 double askk=Ask; Comment(askk); //the comment only contains 4 decimal places, 1.3147 Is there a way to add
c0d3
Added topic indicator to EA
i have this indicator, and i want to add it as a function to the EA. With the EA, my CPU is always at 100%, accessing this indicator from multi time frames, and multi pairs. I was thinking of including the indicator into the EA, so that the CPU usage
c0d3
Added topic Turning off Logs
Is it possible to turn off the logging option with MT4? My EAs and indicators log so much garbage data, i would like to turn it off
c0d3
Added topic Spread during volatility
Let's say an hour before a major news event, i enter a long on eurusd with 2 PIP spread. In 57minutes, my profit is +20 pip, now 1min before a major news release , the spread jumps to 20 pip. What is the profit level on my existing position
c0d3
Added topic Is it realistic
Is it possible to make 2000+ PIPs/month, consistently
c0d3
Added topic Trading Time problems in EA
Hi, I want to trade between 4:30 and 6:00 It seems that i can specify a logical command for hours, with (Hours()>=4 && Hours()<=6), but specifying the minutes causes logical errors. Any suggestions for trading this way
c0d3
Added topic Market Closing Time
Is there a function that can determine what time trading stops on fridays, GMT
c0d3
Added topic MATLAB | MT4
I wrote a basic function in Matlab, this function outputs anythng that is inputted. function co_int_function(c) c Using the Matlab compiler with the following instruction, 8 files were generated. mcc -W lib:dlltest -T link:lib co_int_function The
c0d3
Added topic StrToDouble
There are news event values(actual,forecast,previous) on dailyfx.com/calendar website that need to be converted from STRING into a DOUBLE in my EA to make a trading decision. The problem arises when other characters(not numbers) are present in the
c0d3
Added topic Metatrader and Excel
I'm developing a fundamentals indicator. I have weekly news downloaded from dailyfx.com/calendar in CSV format. How do i interface metatrader with excel, i know metatrader has DDE support. I attached the weekly calendar in CSV format, and i would
c0d3
Added topic Trade Like a Hedge Fund with this ATS!!!!
An ATS(Automated Trading System) is up for sale. The system is a Quantitative Pairs Trading Strategy , utilized by Hedge Funds for safer trading. The Trading System is based on an equity strategy detailed in this article
c0d3
Added topic HEDGING THE HEDGE
WHAT DO YOU THINK ABOUT HEDGING THE HEDGE, COMPARE EURUSD/GBPUSD RATIO1 TO GBPUSD/AUDUSD RATIO2 . PERFORMING CORRELATION ANALYSIS ON RATIO1 VS. RATIO2 GIVES NEGATIVE CORRELATION(NOT ALWAYS). THE REASON FOR THIS STRATEGY: AFTER DOING PAIRS-TRADING FOR
c0d3
Added topic DIFFERENTIAL EQUATIONS WITH FOREX
HOW CAN STOCHASTIC DIFFERENTIAL EQUATIONS BE APPLIED TO FOREX? I TOOK THIS CLASS AND DIDN'T REALIZE THAT BLACK-SHOLES FORMULAS ARE ALL DIFFERENTIAL EQUATIONS. I DID SOME RESEACH ON DIFFERENTIAL EQUATIONS AND PRICES, AND ONLY FOUND THAT THESE
c0d3
Added topic PROGRAMMING FUNDAMENTALS
HOW CAN I HAVE ACCESS WITH METATRADER (EA) TO FUNDAMENTALS AND THE FORECASTS? I.E. METATRADER ACCESS TO WEBSITES LIKE FOREXFACTORY.COM OR FXSTREET.COM OR ANYTHING THAT HAS CALENDAR
c0d3
Added topic ARRAY DATA INTO ARRAY
i'm trying to take two instruments and store them into array1 and array2, divide them (array1/array2) and store them into another array11. Indicator code: Pair1="EURUSD"; Pair2="GBPUSD"; double first; double array1[][6]; double
c0d3
Added topic CORRELATION TRADING, PAIRS TRADING, STATISTICAL ARBITRAGE
HI, I SETUP A SYSTEM FOR PAIRS TRADING, EVERYTHING IS COMPLETE, MY ONLY PROBLEM IS ENTRY. FROM WHAT I UNDERSTAND, ENTRY IS BASED ON THE DEVIATION OF THE RATIO OF PAIR1/PAIR2 . BUT, ENTRY IS ALSO BASED ON CORRELATION30,90,180,365 TIME FRAMES. FOR
c0d3
Added topic Correlation Trading, Statistical Arbitrage
i programmed the complete system for hedging, i'm stuck at determining which currency is weaker compared to another. For example, eurusd and usdchf, how do I determine which one of them is weaker then the other? I want to program the correct entrys
c0d3
Added topic HIGH FREQUENCY TRADING
WHAT TOOLS ARE AVAILABLE IN METATRADER TO DEVELOP HIGH FREQUENCY TRADING USING PAIR TRADING. I HAVE THE PAIR TRADING COMPLETE FOR 20 PAIRS. I WANT TO KNOW HOW TO APPLY HIGH FREQUENCY TRADING TO THE EXISTING STRATEGY. IS IT POSSIBLE TO PROGRAM HIGH
c0d3
Added topic ibandsonarray
I'm attempting to calculate bollinger bands based on a ratio of EURUSD/USDCHF. I have figured out how to make the indicator show the ratio , i'm now trying to make it calculate the bollinger bands on the ratio . The RED LINE with ibandsonarray at the
123