- Search Crypto Craft
-
forrestang replied Apr 24, 2020Still getting up to speed, but is does this top area look like a legit target?
Real or Algo
-
forrestang replied Apr 10, 2020EurUsd. Trades 4-7, and 9-10 were outside of the previous day's range. Trade 1: -14.5 Trade 2: BE+1 Trade 3: BE+1 Trade 4: BE+1 Trade 5: -14.5 Trade 6: -8 pips Trade 7: BE+1 Trade 8: BE+1 Trade 9: BE+1 Trade 10: BE+1
Highest Open / Lowest Open Trade
-
forrestang replied Mar 31, 2020After missing two trades yesterday(mainly just due to fumbling with getting set up), but got one today. Trade 1: +20 pips, Noticed price dropped below the Prior Day's Low, but still took a trade. Working with limit orders as price breaks an open I ...
Highest Open / Lowest Open Trade
-
forrestang replied Sep 20, 2019Bruh, thanks for the help on yet another one of my projects! Before I tried your solution. I tried one that I found in the docs which was: int counted_bars=IndicatorCounted(); if(counted_bars<0) return(-1); The above didn't work. I've been playing ...
Erroneous drawings on chart, but works fine onload?
-
Erroneous drawings on chart, but works fine onload?
Started Sep 19, 2019|Platform Tech|4 replies
Hello. So I am still a newb, and have obviously screwed something up with my script, but I am ...
-
forrestang replied Apr 26, 2019This week was VERY instructive imo. Good to get exposure to this type of market condition, which varied greatly from the prior two weeks. I learned a lot this week, I hope some of you guys did too. It was really good to see the way some other people ...
Pivot Trading
-
forrestang replied Apr 23, 2019Well, there are flaws to EVERY method. I wouldn't consider it a 'flaw,' it's really just the reality of the market. Sometimes it just runs. I think people are over thinking this. There will be times when you are focused on mean-reversion, and the ...
Pivot Trading
-
forrestang replied Apr 23, 2019I think there is a massive difference between 'averaging-DOWN' vs 'averaging-IN.' Averaging-IN, is entering the trade, with a plan to get to or close to a certain size, with a predefined max loss you are willing to take. I.e., should your active ...
Pivot Trading
-
forrestang replied Apr 23, 2019Got to zero out AUD/CAD(+77pips). AUD/USD should be interesting later on tonight on CPI #s, currently settling around S100
Pivot Trading
-
forrestang replied Apr 23, 2019That UC scares me at the moment. Been looking like it wants to break that .3400 area for weeks. But I'm probably wrong about that.
Pivot Trading
-
forrestang replied Apr 22, 2019As they say, 'Been-in-it-for-a-minute.' Although, I have a problem, I started entering way to early. Checked my journal, and this is the third week in a row I've made the same mistake.
Pivot Trading
-
forrestang replied Apr 17, 2019I grabbed some of that also... late entries though, and didn't get as much as I wanted. +65 pips
Pivot Trading
-
forrestang replied Apr 16, 2019Never much cared about Canadian politics. But I've been watching this entire stream. It becomes interesting when you're wondering how it may affect the loonie.
Pivot Trading
-
forrestang replied Apr 16, 2019I'm working on it sir! I did a calendar at the beginning of the week, but it's basically just a list of them. Right now, to help get a handle on it, I'm taking note of what I'm observing while the events are occurring in a word document. Here's an ...
Pivot Trading
-
forrestang replied Apr 16, 2019HOly SMOKES!!! You guys see that dip on the NZD CPI news?!?!?!? I needed to head out, but stayed around so I could get better at understanding how news effects the charts... I swear I was thinking about getting into NZD/USD around that R38 level ...
Pivot Trading
-
forrestang replied Apr 16, 2019Closed out EC. WOuld have definitely added at R78 if I would have been awake during that time, +40 pips. Closed out UCad also, +67 pips.
Pivot Trading
-
forrestang replied Apr 11, 2019Hello all. Been lurking here for 3 weeks. Figured I'd try to soak up as much as possible before posting. Managed to read first 60 pages, and last 60 pages up till today. Started trading the ideas last week, so looking back at initial trade I took, I ...
Pivot Trading
-
forrestang replied Mar 29, 2019Do you know of a good resource that explains using the standard library classes somewhere?
How do strings work in graphical objects?
-
forrestang replied Mar 28, 2019On a different note, deleting the object first seems to have fixed my problem. I couldn't figure out how to simply change the object(ObjectMove), so for now I just deleted it, and it seems to work. Knowing that it won't overwrite a similarly named ...
How do strings work in graphical objects?
-
forrestang replied Mar 28, 2019Thanks for that... I was unaware about doing it this way you've done, and seems simpler than the way I'm doing it. But in my code... what I've done is create a deinit block like this: int deinit() // Spec. funct. deinit() { for(int ...
How do strings work in graphical objects?