• Information
no
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Friends

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

Jason
Added topic 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
Jason
Added topic [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
Jason
Added topic 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
Jason
Added topic 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
Jason
Added topic 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
Jason
Added topic 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
Jason
Added topic 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
Jason
Added topic 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
Jason
Added topic 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
Jason
Added topic Manual Testing in Strategy Tester
I don't know about the rest of you, but I would like the ability to manually input orders in the strategy tester . I don't know of any program off the top of my head that will slowly play through bars the same way, and I want to test my own trading
Jason
Added topic Accuracy?
I have a quick question regarding my EA backtest accuracy. I know there's been a lot of questions regarding this before, but this question is a little different, and I would like a second opinion. I have an EA that takes entry/reversal criteria from
Jason
Added topic Error with MarketInfo
Got a problem here. I'm working on an EA, obviously, but I discovered a problem when trying to create orders. I have the lotsize increase by 2x on each reversal. Well, on small lot sizes (0.03, 0.06, etc.) it's fine. The problem is when it gets to
Jason
Added topic 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 );
1
Jason
Registered at MQL5.community