Forum

Indicator problem? (CopyBuffer fails)

Hello, I'm trying to do something VERY simple. All I'm trying to do is get the values of an MA indicator: void OnTick () { //--- int maHandle; maHandle= iMA ( NULL , 0 , 14 , 0 , MODE_SMA , PRICE_CLOSE ); // check handle if (maHandle!= INVALID_HANDLE ) { double values[];

JasonRSI - rsi with a twist

I thought a few might find my modified RSI interesting. I like to see the smoothed vs standard before making a decision. I also threw in a stepping line to see if that was very useful, but I don't use it much myself! Comments welcome. Download Here More will be coming

[indicator] See when other folks trade

Summary: Ability to watch trading activity from everyone using the same indicator. I've always wanted to know what other traders were doing and when. I've decided it's about time to do something about it. Why don't we all share our trade history via an automated system? We'll automatically see where

ProfitTracker & MFI w/ MAs

I've attached two indicators that I've made. You may or may not find them useful. ProfitTracker ========== Keeps a list of profit/loss over the last month, week, day, hour and currently open trades. Amounts change color depending on whether or not they're in profit. I've had a bad day so far, so

Bar Completion + Currency Info

I just made two quick indicators. Feel free to use them. 1. Currency Info ---------------- Displays min lots, max lots, spread, min TP/SL values, tick value per 1 lot, tick value per 0.1 lot. You can just throw this on a chart, check it out, and remove it immediately after you're done. I often

This indicator is KILLING me

I wrote my own indicator and am having the weirdest problem. The indicator will display perfectly when I drag it onto the chart, but when I use it within the EA I get completely different results. I can't figure this out. -There's only a single variable, set for 5, on the indicator in both the chart

Dual-Monitor tool

Hey folks. Thought you might like this tool I made for myself. I personally run with 3 monitors, and like to be able to view some sort of report on one of my side ones while I'm playing a game/surfing the net/etc. This is an indicator which will create a self-refreshing HTML page that you can put up

ProfitOnSymbol

I've created an indicator that others may or may not find useful. Essentially you no longer have to have the "trades" section at the bottom of your screen. It will show you the total profit and profit on that symbol, so there's no need to look down or have it enlarged. When big is set to "true" you

Trade after opening?

I tried using search for an old thread, but don't know exactly what to call this method. Essentially, you watch the movement just after market opening and trade accordingly. I was looking back and it seems as if the trades will usually bounce back to where they closed the previous week. Looking at

Myself and Trading

Hello, Like everyone else, I started trading with the prospects of a lucrative income. After spending most of the last year on various forums, trying EA's on demo accounts, and finally opening a live account -- I've come to the conclusion that I will simply be throwing money away if I don't humble