Posts Tagged ‘Meta’

Blogger’s Block

March 7, 2011

I’m still alive, just been overwhelmed with some health issues, work at my day job and also suffering from a bit of Blogger’s Block (like writer’s block, but in your pajamas). As soon as I think of some more relevant topics, scripts or projects, I’ll get some new posts up.

My Status

March 14, 2010

Sorry for the lack of posts. I have several things going on right now. I’m working a few custom projects that are taking my free time, but I’m also going through a challenging period in my work and personal life. As you can imagine, this is taking a lot out of me. I hope to improve that in the next week or so and get back to answering questions and requests. Thanks for your patience and support! My readers and online friends help me more than they know.

I’m not dead

January 4, 2010

I’m getting better!

I think I’ll go for a walk!

Seriously, I’m going to step up posts a bit more in the new year now that my end of year Hell is over. Look for some study and tool updates in the near future.

EOT Automation Status Update: Good Progress

November 3, 2009

Okay, so here’s where I am: The strategy is working with ATM templates. It takes the first arrow after a color change. I have also started creating a GUI for managing the strategy parameters outside of the built-in Ninja strategy inputs area. This is because we lose the saved real-time data like EOTSVCommitPaintBar every time we load, modify or restart the strategy. The strategy starts over, but the chart plot stays, causing them to no longer be trading the same thing. The new GUI is vital to make sure we can start the strategy in the morning at the same time as the chart, and leave it alone all day so that they match. This has also been the biggest delay item as I had to reverse engineer part of the Ninja Chart API through trial and error and deal with inserting my form classes into the Ninja namespaces.

I still have more to build, but here’s where it is right now:

EOTform2

Basically, when you load the AutoTrade strategy on a chart, it will create a button on the toolbar (see example on the chart toolbar, called “EOT Strategy Panel”). This button will open the Auto Trade Strategy Controls (see example form floating over the chart). You can minimize the controls, move them around, etc. If you close the control form, then clicking the toolbar button brings it back, but resets the control states. The control form will let you specify if the strategy is armed to enter trades (or disarmed–just watching), as well as a start time and an ending time. Not yet finished are options to take only longs, only shorts, or entries in both directions, as well as the ATM strategy template to use. I will also be able to add custom inputs as the need arises for individual projects.

I still have to build the rest of the GUI, hook up the inputs to the strategy and do some testing, but the hard part is over (I hope). I should have a release before the end of the week. Thank you very much for your patience with this very delayed process. My schedule and learning curve have not been cooperating, but it looks clear from here!

Preview: My To Do List

March 10, 2009

In the absence of updates, here’s my to-do list of upcoming stuff. Please bear with my current hiatus!

Indicators:
* MACD Histogram Divergence Indicator
* New Pivot Points Indicator

Tutorials/Articles:
* Using ToS Strategies on Daily Charts
* Fade or Follow?

Trading System Development:
* My Trade Plan

Tools/Downloads:
* Excel ToS Strategy Report Post-processor
* Excel Monte-Carlo Trade System Simulator
* Excel Detailed Trade Diary Spreadsheet